Encryption - определение. Что такое Encryption
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Encryption - определение

PROCESS OF ENCODING INFORMATION, WHICH IS CONVERSION OF THE ORIGINAL REPRESENTATION OF THE INFORMATION, KNOWN AS PLAINTEXT, INTO AN ALTERNATIVE FORM KNOWN AS CIPHERTEXT
CipheR; Decrypt; Decryption; Decrypting; Data encryption; Encryption algorithm; Encrypt; Encrypting; Ciphertexts; Data encryption software; Decrypter; List of ciphers; Cipher algorithm; Encrypted; Encryptional wired system; Network encryption; Encryption algorithms; Decryption key; Encryption and decryption; Cryptographic algorithm; Encrypts; Cryptography algorithm; Draft:Encrytpion Algorithms
  • A simple illustration of [[public-key cryptography]], one of the most widely used forms of encryption
Найдено результатов: 172
encryption         
encryption         
<algorithm, cryptography> Any procedure used in cryptography to convert plaintext into ciphertext (encrypted message) in order to prevent any but the intended recipient from reading that data. Schematically, there are two classes of encryption primitives: public-key cryptography and private-key cryptography; they are generally used complementarily. Public-key encryption algorithms include RSA; private-key algorithms include the obsolescent {Data Encryption Standard}, the Advanced Encryption Standard, as well as RC4. The Unix command crypt performs a weak form of encryption. Stronger encryption programs include Pretty Good Privacy and the GNU Privacy Guard. Other closely related aspects of cryptograph include message digests. (2003-04-12)
Encryption         
In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext.
encrypt         
(encrypts, encrypting, encrypted)
If a document or piece of information is encrypted, it is written in a special code, so that only certain people can read it.
Account details are encrypted to protect privacy.
...a program that will encrypt the information before sending.
...encrypted signals.
VERB: be V-ed, V n, V-ed
encryption
It is currently illegal to export this encryption technology from the US.
N-UNCOUNT: oft N n
decrypt         
[di:'kr?pt]
¦ verb make (a coded or unclear message) intelligible.
Derivatives
decryption noun
Origin
1930s: from de- + crypt as in encrypt.
decryption         
<cryptography> Any procedure used in cryptography to convert ciphertext (encrypted data) into plaintext. (1995-05-10)
encrypt         
[?n'kr?pt]
¦ verb convert into code.
Derivatives
encryption noun
Origin
1950s: from en-1 + Gk kruptos 'hidden'.
Deniable encryption         
ENCRYPTION TECHNIQUE
Deniable Encryption
In cryptography and steganography, plausibly deniable encryption describes encryption techniques where the existence of an encrypted file or message is deniable in the sense that an adversary cannot prove that the plaintext data exists.See http://www.
Identity-based encryption         
  • ID Based Encryption: Offline and Online Steps
Identity based encryption; ID-based encryption; Identity-Based Encryption; Hierarchical identity-based encryption
ID-based encryption, or identity-based encryption (IBE), is an important primitive of ID-based cryptography. As such it is a type of public-key encryption in which the public key of a user is some unique information about the identity of the user (e.
Filesystem-level encryption         
FORM OF DISK ENCRYPTION WHERE INDIVIDUAL FILES OR DIRECTORIES ARE ENCRYPTED BY THE FILE SYSTEM ITSELF
Transparent file encryption; File system-level encryption; File system level encryption; Filesystem level encryption; Cyptographic filesystem; Cyptographic filesystems; Cyptographic file systems; Cyptographic file system; Cryptographic filesystem; Cryptographic filesystems; Cryptographic file systems; Cryptographic file system; File or folder encryption; File/folder encryption; File and folder encryption; Folder encryption; File-level encryption; Folder-level encryption
Filesystem-level encryption, often called file-based encryption, FBE, or file/folder encryption, is a form of disk encryption where individual files or directories are encrypted by the file system itself.

Википедия

Encryption

In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information. Encryption does not itself prevent interference but denies the intelligible content to a would-be interceptor.

For technical reasons, an encryption scheme usually uses a pseudo-random encryption key generated by an algorithm. It is possible to decrypt the message without possessing the key but, for a well-designed encryption scheme, considerable computational resources and skills are required. An authorized recipient can easily decrypt the message with the key provided by the originator to recipients but not to unauthorized users.

Historically, various forms of encryption have been used to aid in cryptography. Early encryption techniques were often used in military messaging. Since then, new techniques have emerged and become commonplace in all areas of modern computing. Modern encryption schemes use the concepts of public-key and symmetric-key. Modern encryption techniques ensure security because modern computers are inefficient at cracking the encryption.